home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / A-An / 4TrackStack2.cpt / 4-Track Stack / card_3833.txt < prev    next >
Text File  |  1989-05-02  |  3KB  |  101 lines

  1. -- card: 3833 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 6000
  4. -- background id: 2682
  5. -- name: Help Card
  6. ----- HyperTalk script -----
  7. first card
  8.  
  9. on opencard
  10.   set the scroll of field "help" to 0
  11.   pass opencard
  12. end opencard
  13.  
  14.  
  15.  
  16. -- part 5 (button)
  17. -- low flags: 00
  18. -- high flags: A002
  19. -- rect: left=71 top=27 right=43 bottom=168
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: Version 2.0
  28. ----- HyperTalk script -----
  29. on mouseDown
  30.   show background field "version"
  31. end mouseDown
  32.  
  33. on mouseUp
  34.   hide background field "version"
  35. end mouseUp
  36.  
  37.  
  38. -- part contents for background part 1
  39. ----- text -----
  40. If you have any experience with 4-Track recording, (or more tracks) then this stack could be useful to you.  It allows you to record the levels, gains, and the high and low EQ settings for each track of each song.  That way, if you find a group of settings that sound good, you can have convenient visual access to them.
  41.  
  42. The songs can be cataloged by title, an arbitrary index number, the tape that it is on, the tape counter reading, and the song's elapsed time.  
  43.  
  44. The instruments on each individual track can be recorded.  
  45.  
  46. The lyrics can also be imported from ASCII text files.
  47.  
  48. To use the stack, record the text into the various fields by tabbing around.  Then click on each control until it is at the desired position.  Clicking on a control raises its value, while clicking with the option key down lowers its value.
  49.  
  50. If you need to print out a report, each setting is recorded into a text field hidden behind the drawn control.  So the settings can be recorded for printing stack reports.
  51.  
  52. Click the small icon button under the version number on this card to install a link into your Home stack. 
  53.  
  54. The stack is not protected in any way, and with the exception of the file selection dialog for lyric import, is written solely in Hypertalk.  Special thanks to Steve Maller for the Filename XFCN.
  55.  
  56. I am planning to use any suggestions to make an updated version of the stack, and I will also make an expanded 8, and 12-Track version, if there is a demand.  If you send me the registration fee, I will notify you of any updates.
  57.  
  58. This stack is shareware.  If you use it, send $5 and any comments or suggestions to:
  59.  
  60. Paul Lemieux
  61. 905 Union Street
  62. Cary, NC 27511
  63.  
  64.  
  65. -- part contents for background part 4
  66. ----- text -----
  67. ZZZZZZZZZZZZZZZZ
  68.  
  69. -- part contents for background part 5
  70. ----- text -----
  71. 99999999999999
  72.  
  73. -- part contents for background part 6
  74. ----- text -----
  75. zzzzzzzzzzzzzzzzzzzzzzzzzzz
  76.  
  77. -- part contents for background part 7
  78. ----- text -----
  79. 12/31/99
  80.  
  81. -- part contents for background part 8
  82. ----- text -----
  83. zzzzzzzzzzzzzzzzzzzzzzzzzzz
  84.  
  85. -- part contents for background part 9
  86. ----- text -----
  87.  
  88. 4 - Track Stack
  89. by Paul Lemieux
  90. version 2.0
  91. ¬© 1988, 1989
  92.  
  93.  
  94. -- part contents for background part 10
  95. ----- text -----
  96. Click on control to raise its value.  Click with the option key to lower its value.
  97.  
  98. In version 2.0 and later, the technique for drawing the controls has been modified to use buttons with ICON's rather than the painting tools.  This provides about an order of magnitude increase in response time for dealing with the controls.
  99.  
  100.  
  101.